home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Osweep.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  462b  |  20 lines

  1. #ifndef _Osweep_H_
  2. #define _Osweep_H_
  3.  
  4. enum
  5. {
  6.     SWEEPOBJECT_ISOPARM                = 1000,
  7.     SWEEPOBJECT_GROWTH                = 1002,
  8.     SWEEPOBJECT_SCALE                    = 1003,
  9.     SWEEPOBJECT_ROTATE                = 1004,
  10.     SWEEPOBJECT_PARALLEL            = 1005,
  11.     SWEEPOBJECT_RAILDIRECTION    = 1006,
  12.     SWEEPOBJECT_RAILSCALE            = 1007,
  13.     SWEEPOBJECT_CONSTANT            = 1008,
  14.     SWEEPOBJECT_BANKING                = 1009,
  15.     SWEEPOBJECT_FLIPNORMALS        = 1010,
  16.     SWEEPOBJECT_KEEPSEGMENTS    = 1011,
  17.     SWEEPOBJECT_BIRAIL                = 1012
  18. };
  19.  
  20. #endif